Its action attribute is bound to the action method selectObject.
The method (shown below) simply sets the selected object of movieDisplayGroup to the movie the user clicked.
public void selectObject() {
movieDisplayGroup.selectObject(movie);
}